'Declaration
Public MustInherit Class C1Behavior(Of T As ComponentBase) Inherits Microsoft.AspNetCore.Components.ComponentBase Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
public abstract class C1Behavior<T> : Microsoft.AspNetCore.Components.ComponentBase, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent where T: ComponentBase